home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / contrib / acronym / acrotest.tex / images.pl (.txt) < prev    next >
LaTeX Document  |  1995-03-09  |  403b  |  12 lines

  1. # LaTeX2HTML 2022 (Released January 1, 2022)
  2. # Associate images original text with physical files.
  3. $key = q//;
  4. $cached_env_img{$key} = q|<IMG
  5.   STYLE="height: 2.38ex; vertical-align: -0.70ex; " SRC="|."$dir".q|img1.png"
  6.  ALT="\begin{acronym}
  7. \acro{GSM}{Global System for Mobile communication}.
  8. \acs{GSM} ...
  9. ...ulation used in the Qualcomm system.
  10. \acrodef{oa}{other acronyms}
  11. \end{acronym}">|; 
  12.